Fixed behavior for current and edit source selection in AppearanceView.

This commit is contained in:
brunoherbelin
2020-11-23 23:35:48 +01:00
parent 7f161a0a49
commit 4a6a110e3d
8 changed files with 127 additions and 140 deletions

2
View.h
View File

@@ -243,7 +243,7 @@ private:
Source *edit_source_;
bool need_edit_update_;
Source *EditCurrent();
Source *getEditOrCurrentSource();
void adjustBackground();