RT crashes when undo crop action via history, Issue 1969

This commit is contained in:
Ingo 2014-04-19 22:53:04 +02:00
parent a6d7f95673
commit 83df32e659

View File

@ -351,6 +351,7 @@ void Resize::setDimensions () {
refw = maxw;
refh = maxh;
}
GThreadLock lock;
w->set_range (32, 4*refw);
h->set_range (32, 4*refh);