Skip to content

Commit

Permalink
update command hints when resume action
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Oct 6, 2011
1 parent e1e8e1a commit a4a2dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/actions/rs_previewactioninterface.cpp
Expand Up @@ -100,6 +100,7 @@ void RS_PreviewActionInterface::suspend() {

void RS_PreviewActionInterface::resume() {
RS_ActionInterface::resume();
updateMouseButtonHints();
drawPreview();
}

Expand Down

0 comments on commit a4a2dec

Please sign in to comment.