summaryrefslogtreecommitdiffstats
path: root/src/preferences.cpp
diff options
context:
space:
mode:
authorPatrick Storz <eduard.braun2@gmx.de>2019-10-26 15:34:20 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-10-26 15:50:43 +0000
commit0b91425b7fa1a652936686d8cb0b82981581b463 (patch)
tree581bf8849ddefe6e9bc5e0053d431b1c27b191d2 /src/preferences.cpp
parentfix poppler 0.82.0 build (diff)
downloadinkscape-0b91425b7fa1a652936686d8cb0b82981581b463.tar.gz
inkscape-0b91425b7fa1a652936686d8cb0b82981581b463.zip
Dialogs: improve opacity handling through use of CSS
In particular this allows us to get rid of our custom implementation for the opacity transition (which did not always work properly).
Diffstat (limited to 'src/preferences.cpp')
-rw-r--r--src/preferences.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/preferences.cpp b/src/preferences.cpp
index cd4e0e461..41d99e66b 100644
--- a/src/preferences.cpp
+++ b/src/preferences.cpp
@@ -94,7 +94,6 @@ void Preferences::_loadDefaults()
{
_prefs_doc = sp_repr_read_mem(preferences_skeleton, PREFERENCES_SKELETON_SIZE, nullptr);
#ifdef _WIN32
- setInt("/dialogs/transparency/animate-time", 0); // apparently windows sucks (flickers)
setBool("/options/desktopintegration/value", 1);
#endif
#if defined(GDK_WINDOWING_QUARTZ)