diff options
| author | tassaron | 2017-08-26 21:23:44 -0400 |
|---|---|---|
| committer | tassaron | 2017-08-26 21:23:44 -0400 |
| commit | 85d3b779d07ad92b0f540ea52185777c3c3f5e48 (patch) | |
| tree | dd193fb213412cf022a718848e90bbff671892e4 /src/gui/preview_win.py | |
| parent | 62e2ef18a3a31c15f88a96f07b2bc587808f5ad5 (diff) | |
fixed too-large Color sizes, fixed a redoing bug, rm pointless things
and now Ctrl+Alt+Shift+A gives a bunch of debug info
Diffstat (limited to 'src/gui/preview_win.py')
| -rw-r--r-- | src/gui/preview_win.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/preview_win.py b/src/gui/preview_win.py index c6b9a32..49a22eb 100644 --- a/src/gui/preview_win.py +++ b/src/gui/preview_win.py @@ -60,3 +60,4 @@ class PreviewWindow(QtWidgets.QLabel): icon='Critical', parent=self ) + log.info('%', repr(self.parent)) |
