summaryrefslogtreecommitdiff
path: root/muse2/muse/cobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/cobject.cpp')
-rw-r--r--muse2/muse/cobject.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/muse2/muse/cobject.cpp b/muse2/muse/cobject.cpp
index 339ebc9d..7f4af8a2 100644
--- a/muse2/muse/cobject.cpp
+++ b/muse2/muse/cobject.cpp
@@ -331,7 +331,10 @@ void TopWin::shareToolsAndMenu(bool val)
void TopWin::storeInitialState() const
{
if (initalizing)
+ {
printf("THIS SHOULD NEVER HAPPEN: STORE INIT STATE CALLED WHILE INITING! please IMMEDIATELY report that to flo!\n");
+ exit(1);
+ }
_widthInit[_type] = width();
_heightInit[_type] = height();