Skip to content

Commit

Permalink
Remove subwindow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
UmSenhorQualquer committed Nov 24, 2017
1 parent 3b89456 commit 3fea40a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def open_rotaryencoder_plugin(self):
if not hasattr(self, 'rotaryencoder_plugin'):
self.rotaryencoder_plugin = RotaryEncoderModuleGUI(self)
self.rotaryencoder_plugin.show()
self.rotaryencoder_plugin.subwindow.resize(*conf.ROTARYENCODER_PLUGIN_WINDOW_SIZE)
self.rotaryencoder_plugin.resize(*conf.ROTARYENCODER_PLUGIN_WINDOW_SIZE)
else:
self.rotaryencoder_plugin.show()

Expand Down

0 comments on commit 3fea40a

Please sign in to comment.