diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-08-10 21:42:30 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-08-10 21:42:30 +0000 |
| commit | 98fb715a90145993422739e71e754c816d34b21b (patch) | |
| tree | 1c4ef44335953ce387368db440fc1ae1dc4f1a59 /src/ui/control-manager.cpp | |
| parent | Add symbolic icons to paint order (diff) | |
| download | inkscape-98fb715a90145993422739e71e754c816d34b21b.tar.gz inkscape-98fb715a90145993422739e71e754c816d34b21b.zip | |
Add a label to apply theme sugested by Christoffer Holmstedt on mailing list
Diffstat (limited to 'src/ui/control-manager.cpp')
| -rw-r--r-- | src/ui/control-manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/control-manager.cpp b/src/ui/control-manager.cpp index 93173aa35..1f33ec63e 100644 --- a/src/ui/control-manager.cpp +++ b/src/ui/control-manager.cpp @@ -210,7 +210,7 @@ void ControlManagerImpl::setControlSize(int size, bool force) } } - _sizeChangedSignal.emit(); + //_sizeChangedSignal.emit(); } } |
