Optimizations and cleanups
(missing float conversion, defines, 1.0 vs 1.f etc.)
This commit is contained in:
@@ -525,7 +525,7 @@ void ThumbBrowserBase::zoomChanged (bool zoomIn) {
|
||||
}
|
||||
|
||||
redraw ();
|
||||
#ifdef _WIN32
|
||||
#ifdef WIN32
|
||||
gdk_window_process_updates (get_window()->gobj(), true);
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user