Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 19e3e5f51d718dd59d2b65a1104925416380c954
      
https://github.com/synfig/synfig/commit/19e3e5f51d718dd59d2b65a1104925416380c954
  Author: rodolforg <rodolf...@users.noreply.github.com>
  Date:   2022-08-09 (Tue, 09 Aug 2022)

  Changed paths:
    M synfig-studio/src/gui/canvasview.cpp
    M synfig-studio/src/gui/resources/css/synfig.css
    M synfig-studio/src/gui/workarea.cpp

  Log Message:
  -----------
  fix: Interface background became white after clicking OK in Preferences 
dialog (#2732)

The canvas area is actually a Gtk::DrawingArea, and its default background
color is white (on light themes).
However, at start, it's not properly draw, and only the central area is
drawn by Synfig software (via workarea renderers). When Work Area itself
gains focus, it shows its white background defined by Gtk theme.

Fix #2636




_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to