change font scale based on ui scale, fix brush outline color

This commit is contained in:
2019-08-08 23:50:45 +02:00
parent 34464c167e
commit 67dd9a2456
6 changed files with 59 additions and 25 deletions

View File

@@ -258,6 +258,7 @@ public:
void ui_restore();
void set_ui_rtl(bool rtl);
bool get_ui_rtl() const;
void set_ui_scale(float scale);
void cmd_convert(std::string pano_path, std::string out_path);