Fixing last review comments

This commit is contained in:
Pandagrapher
2023-10-13 19:10:21 +02:00
parent 488a157476
commit 0495b9b151
4 changed files with 678 additions and 15 deletions

View File

@@ -62,8 +62,10 @@ EditWindow::EditWindow (RTWindow* p)
, isClosed(true)
, isMinimized(false)
{
// Set window icon
// For UNIX system, set app icon
#ifndef _WIN32
set_default_icon_name("rawtherapee");
#endif
set_title_decorated("");
set_modal(false);