mirror of
https://github.com/vale981/rmview
synced 2025-03-04 16:51:38 -05:00
Fix: background_color
This commit is contained in:
parent
c67cbb0007
commit
ea3a40af3b
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class rMViewApp(QApplication):
|
|||
self.setWindowIcon(QIcon(':/assets/rmview.svg'))
|
||||
|
||||
self.viewer = QtImageViewer()
|
||||
if 'bg_color' in self.config:
|
||||
if 'background_color' in self.config:
|
||||
self.viewer.setBackgroundBrush(QBrush(QColor(self.config.get('background_color'))))
|
||||
act = QAction('Clone current frame', self)
|
||||
act.triggered.connect(self.cloneViewer)
|
||||
|
|
Loading…
Add table
Reference in a new issue