You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For making screenshots on Mac it is extremely annoying to have the shadows around windows. It also makes the trim.py not work.
My current solution is to have two branches with small fixes for hiding shadows. This gets annoying when Orange/canvas/applications/canvasmain.py and Orange/widgets/widget.py change and one has to look for places to insert self.setWindowFlags(Qt.NoDropShadowWindowHint) at.
Could there be an option for hiding shadows in Preferences - Style? Just an idea.
The text was updated successfully, but these errors were encountered:
For making screenshots on Mac it is extremely annoying to have the shadows around windows. It also makes the trim.py not work.
My current solution is to have two branches with small fixes for hiding shadows. This gets annoying when
Orange/canvas/applications/canvasmain.py
andOrange/widgets/widget.py
change and one has to look for places to insertself.setWindowFlags(Qt.NoDropShadowWindowHint)
at.Could there be an option for hiding shadows in Preferences - Style? Just an idea.
The text was updated successfully, but these errors were encountered: