In MEOW mode size of toolpanel has to depend on size of MEOW window instead on size of main rt window
This commit is contained in:
@@ -67,6 +67,12 @@ public:
|
||||
{
|
||||
parent = p;
|
||||
}
|
||||
|
||||
void setParentWindow (Gtk::Window* p)
|
||||
{
|
||||
parentWindow = p;
|
||||
}
|
||||
|
||||
void writeOptions();
|
||||
|
||||
void showTopPanel (bool show);
|
||||
@@ -196,6 +202,7 @@ private:
|
||||
HistogramPanel* histogramPanel;
|
||||
ToolPanelCoordinator* tpc;
|
||||
RTWindow* parent;
|
||||
Gtk::Window* parentWindow;
|
||||
//SaveAsDialog* saveAsDialog;
|
||||
FilePanel* fPanel;
|
||||
|
||||
|
Reference in New Issue
Block a user