diff options
| author | tassaron | 2017-08-19 18:32:12 -0400 |
|---|---|---|
| committer | tassaron | 2017-08-19 18:32:12 -0400 |
| commit | c07f2426ceeada205fdacbfba66329179a74a1dc (patch) | |
| tree | ff69455b1cec3cff36cf2c4edeae93cd8600649d /src/gui/preview_win.py | |
| parent | 87e762a8aa3fa97a3d43a18c59098b287bb95506 (diff) | |
fixed issues with undoing relative widgets
Diffstat (limited to 'src/gui/preview_win.py')
| -rw-r--r-- | src/gui/preview_win.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/preview_win.py b/src/gui/preview_win.py index 40c19c6..c6b9a32 100644 --- a/src/gui/preview_win.py +++ b/src/gui/preview_win.py @@ -7,7 +7,7 @@ class PreviewWindow(QtWidgets.QLabel): Paints the preview QLabel in MainWindow and maintains the aspect ratio when the window is resized. ''' - log = logging.getLogger('AVP.PreviewWindow') + log = logging.getLogger('AVP.Gui.PreviewWindow') def __init__(self, parent, img): super(PreviewWindow, self).__init__() |
